%
'----------------------------------------------------------------------
' lstSummaryMeeting.asp
'
' This example page uses ASP 3.0 to HTTP POST a WebEx XML request
' function which queries for a user's meetings.
'
' This page should be ran on a server that supports ASP
'
' Author: Peter Verwayen, peterv@webex.com
' Date: 11/11/04
'
'----------------------------------------------------------------------
'' -- Site Config
Dim strHost, strURI, strSID, strPID, strUser, strPass
strHost = "SITE.webex.com"
strURI = "http://" & strHost & "/WBXService/XMLService"
strSID = "SITE ID HERE"
strPID = "PARTNER ID HERE"
strUser = "USERNAME HERE"
strPass = "PASSWORD HERE"
'' -- Create the XML message
Dim strXML
strXML = "" & _
"" & _
" " & _
" " & _
" " & strUser & "" & _
" " & strPass & "" & _
" " & strSID &"" & _
" " & strPID & "" & _
" " & _
" " & _
" " & _
" " & _
" " & _
" 1" & _
" 10" & _
" OR" & _
" " & _
" " & _
" CONFNAME" & _
" STARTTIME" & _
" " & _
" " & _
" " & _
""
'' -- Post the XML
Dim xmlPost, strStatus, strResponse
Set xmlPost = Server.CreateObject("Microsoft.XMLHTTP") ' Create the object
xmlPost.open "POST", strURI, False
xmlPost.setRequestHeader "Content-Type", "text/xml" ' Set header information
xmlPost.send strXML ' Send the XML
strStatus = xmlPost.Status ' Get the status
strResponse = xmlPost.responseText ' Get the response message
Set xmlPost = Nothing ' House cleaning
'' -- Print the XML response.
Response.Write(strResponse)
%><%
'----------------------------------------------------------------------
' lstSummaryMeeting.asp
'
' This example page uses ASP 3.0 to HTTP POST a WebEx XML request
' function which queries for a user's meetings.
'
' This page should be ran on a server that supports ASP
'
' Author: Peter Verwayen, peterv@webex.com
' Date: 11/11/04
'
'----------------------------------------------------------------------
'' -- Site Config
Dim strHost, strURI, strSID, strPID, strUser, strPass
strHost = "SITE.webex.com"
strURI = "http://" & strHost & "/WBXService/XMLService"
strSID = "SITE ID HERE"
strPID = "PARTNER ID HERE"
strUser = "USERNAME HERE"
strPass = "PASSWORD HERE"
'' -- Create the XML message
Dim strXML
strXML = "" & _
"" & _
" " & _
" " & _
" " & strUser & "" & _
" " & strPass & "" & _
" " & strSID &"" & _
" " & strPID & "" & _
" " & _
" " & _
" " & _
" " & _
" " & _
" 1" & _
" 10" & _
" OR" & _
" " & _
" " & _
" CONFNAME" & _
" STARTTIME" & _
" " & _
" " & _
" " & _
""
'' -- Post the XML
Dim xmlPost, strStatus, strResponse
Set xmlPost = Server.CreateObject("Microsoft.XMLHTTP") ' Create the object
xmlPost.open "POST", strURI, False
xmlPost.setRequestHeader "Content-Type", "text/xml" ' Set header information
xmlPost.send strXML ' Send the XML
strStatus = xmlPost.Status ' Get the status
strResponse = xmlPost.responseText ' Get the response message
Set xmlPost = Nothing ' House cleaning
'' -- Print the XML response.
Response.Write(strResponse)
%><%
'----------------------------------------------------------------------
' lstSummaryMeeting.asp
'
' This example page uses ASP 3.0 to HTTP POST a WebEx XML request
' function which queries for a user's meetings.
'
' This page should be ran on a server that supports ASP
'
' Author: Peter Verwayen, peterv@webex.com
' Date: 11/11/04
'
'----------------------------------------------------------------------
'' -- Site Config
Dim strHost, strURI, strSID, strPID, strUser, strPass
strHost = "SITE.webex.com"
strURI = "http://" & strHost & "/WBXService/XMLService"
strSID = "SITE ID HERE"
strPID = "PARTNER ID HERE"
strUser = "USERNAME HERE"
strPass = "PASSWORD HERE"
'' -- Create the XML message
Dim strXML
strXML = "" & _
"" & _
" " & _
" " & _
" " & strUser & "" & _
" " & strPass & "" & _
" " & strSID &"" & _
" " & strPID & "" & _
" " & _
" " & _
" " & _
" " & _
" " & _
" 1" & _
" 10" & _
" OR" & _
" " & _
" " & _
" CONFNAME" & _
" STARTTIME" & _
" " & _
" " & _
" " & _
""
'' -- Post the XML
Dim xmlPost, strStatus, strResponse
Set xmlPost = Server.CreateObject("Microsoft.XMLHTTP") ' Create the object
xmlPost.open "POST", strURI, False
xmlPost.setRequestHeader "Content-Type", "text/xml" ' Set header information
xmlPost.send strXML ' Send the XML
strStatus = xmlPost.Status ' Get the status
strResponse = xmlPost.responseText ' Get the response message
Set xmlPost = Nothing ' House cleaning
'' -- Print the XML response.
Response.Write(strResponse)
%><%
'----------------------------------------------------------------------
' lstSummaryMeeting.asp
'
' This example page uses ASP 3.0 to HTTP POST a WebEx XML request
' function which queries for a user's meetings.
'
' This page should be ran on a server that supports ASP
'
' Author: Peter Verwayen, peterv@webex.com
' Date: 11/11/04
'
'----------------------------------------------------------------------
'' -- Site Config
Dim strHost, strURI, strSID, strPID, strUser, strPass
strHost = "SITE.webex.com"
strURI = "http://" & strHost & "/WBXService/XMLService"
strSID = "SITE ID HERE"
strPID = "PARTNER ID HERE"
strUser = "USERNAME HERE"
strPass = "PASSWORD HERE"
'' -- Create the XML message
Dim strXML
strXML = "" & _
"" & _
" " & _
" " & _
" " & strUser & "" & _
" " & strPass & "" & _
" " & strSID &"" & _
" " & strPID & "" & _
" " & _
" " & _
" " & _
" " & _
" " & _
" 1" & _
" 10" & _
" OR" & _
" " & _
" " & _
" CONFNAME" & _
" STARTTIME" & _
" " & _
" " & _
" " & _
""
'' -- Post the XML
Dim xmlPost, strStatus, strResponse
Set xmlPost = Server.CreateObject("Microsoft.XMLHTTP") ' Create the object
xmlPost.open "POST", strURI, False
xmlPost.setRequestHeader "Content-Type", "text/xml" ' Set header information
xmlPost.send strXML ' Send the XML
strStatus = xmlPost.Status ' Get the status
strResponse = xmlPost.responseText ' Get the response message
Set xmlPost = Nothing ' House cleaning
'' -- Print the XML response.
Response.Write(strResponse)
%><%
'----------------------------------------------------------------------
' lstSummaryMeeting.asp
'
' This example page uses ASP 3.0 to HTTP POST a WebEx XML request
' function which queries for a user's meetings.
'
' This page should be ran on a server that supports ASP
'
' Author: Peter Verwayen, peterv@webex.com
' Date: 11/11/04
'
'----------------------------------------------------------------------
'' -- Site Config
Dim strHost, strURI, strSID, strPID, strUser, strPass
strHost = "SITE.webex.com"
strURI = "http://" & strHost & "/WBXService/XMLService"
strSID = "SITE ID HERE"
strPID = "PARTNER ID HERE"
strUser = "USERNAME HERE"
strPass = "PASSWORD HERE"
'' -- Create the XML message
Dim strXML
strXML = "" & _
"" & _
" " & _
" " & _
" " & strUser & "" & _
" " & strPass & "" & _
" " & strSID &"" & _
" " & strPID & "" & _
" " & _
" " & _
" " & _
" " & _
" " & _
" 1" & _
" 10" & _
" OR" & _
" " & _
" " & _
" CONFNAME" & _
" STARTTIME" & _
" " & _
" " & _
" " & _
""
'' -- Post the XML
Dim xmlPost, strStatus, strResponse
Set xmlPost = Server.CreateObject("Microsoft.XMLHTTP") ' Create the object
xmlPost.open "POST", strURI, False
xmlPost.setRequestHeader "Content-Type", "text/xml" ' Set header information
xmlPost.send strXML ' Send the XML
strStatus = xmlPost.Status ' Get the status
strResponse = xmlPost.responseText ' Get the response message
Set xmlPost = Nothing ' House cleaning
'' -- Print the XML response.
Response.Write(strResponse)
%><%
'----------------------------------------------------------------------
' lstSummaryMeeting.asp
'
' This example page uses ASP 3.0 to HTTP POST a WebEx XML request
' function which queries for a user's meetings.
'
' This page should be ran on a server that supports ASP
'
' Author: Peter Verwayen, peterv@webex.com
' Date: 11/11/04
'
'----------------------------------------------------------------------
'' -- Site Config
Dim strHost, strURI, strSID, strPID, strUser, strPass
strHost = "SITE.webex.com"
strURI = "http://" & strHost & "/WBXService/XMLService"
strSID = "SITE ID HERE"
strPID = "PARTNER ID HERE"
strUser = "USERNAME HERE"
strPass = "PASSWORD HERE"
'' -- Create the XML message
Dim strXML
strXML = "" & _
"" & _
" " & _
" " & _
" " & strUser & "" & _
" " & strPass & "" & _
" " & strSID &"" & _
" " & strPID & "" & _
" " & _
" " & _
" " & _
" " & _
" " & _
" 1" & _
" 10" & _
" OR" & _
" " & _
" " & _
" CONFNAME" & _
" STARTTIME" & _
" " & _
" " & _
" " & _
""
'' -- Post the XML
Dim xmlPost, strStatus, strResponse
Set xmlPost = Server.CreateObject("Microsoft.XMLHTTP") ' Create the object
xmlPost.open "POST", strURI, False
xmlPost.setRequestHeader "Content-Type", "text/xml" ' Set header information
xmlPost.send strXML ' Send the XML
strStatus = xmlPost.Status ' Get the status
strResponse = xmlPost.responseText ' Get the response message
Set xmlPost = Nothing ' House cleaning
'' -- Print the XML response.
Response.Write(strResponse)
%><%
'----------------------------------------------------------------------
' lstSummaryMeeting.asp
'
' This example page uses ASP 3.0 to HTTP POST a WebEx XML request
' function which queries for a user's meetings.
'
' This page should be ran on a server that supports ASP
'
' Author: Peter Verwayen, peterv@webex.com
' Date: 11/11/04
'
'----------------------------------------------------------------------
'' -- Site Config
Dim strHost, strURI, strSID, strPID, strUser, strPass
strHost = "SITE.webex.com"
strURI = "http://" & strHost & "/WBXService/XMLService"
strSID = "SITE ID HERE"
strPID = "PARTNER ID HERE"
strUser = "USERNAME HERE"
strPass = "PASSWORD HERE"
'' -- Create the XML message
Dim strXML
strXML = "" & _
"" & _
" " & _
" " & _
" " & strUser & "" & _
" " & strPass & "" & _
" " & strSID &"" & _
" " & strPID & "" & _
" " & _
" " & _
" " & _
" " & _
" " & _
" 1" & _
" 10" & _
" OR" & _
" " & _
" " & _
" CONFNAME" & _
" STARTTIME" & _
" " & _
" " & _
" " & _
""
'' -- Post the XML
Dim xmlPost, strStatus, strResponse
Set xmlPost = Server.CreateObject("Microsoft.XMLHTTP") ' Create the object
xmlPost.open "POST", strURI, False
xmlPost.setRequestHeader "Content-Type", "text/xml" ' Set header information
xmlPost.send strXML ' Send the XML
strStatus = xmlPost.Status ' Get the status
strResponse = xmlPost.responseText ' Get the response message
Set xmlPost = Nothing ' House cleaning
'' -- Print the XML response.
Response.Write(strResponse)
%><%
'----------------------------------------------------------------------
' lstSummaryMeeting.asp
'
' This example page uses ASP 3.0 to HTTP POST a WebEx XML request
' function which queries for a user's meetings.
'
' This page should be ran on a server that supports ASP
'
' Author: Peter Verwayen, peterv@webex.com
' Date: 11/11/04
'
'----------------------------------------------------------------------
'' -- Site Config
Dim strHost, strURI, strSID, strPID, strUser, strPass
strHost = "SITE.webex.com"
strURI = "http://" & strHost & "/WBXService/XMLService"
strSID = "SITE ID HERE"
strPID = "PARTNER ID HERE"
strUser = "USERNAME HERE"
strPass = "PASSWORD HERE"
'' -- Create the XML message
Dim strXML
strXML = "" & _
"" & _
" " & _
" " & _
" " & strUser & "" & _
" " & strPass & "" & _
" " & strSID &"" & _
" " & strPID & "" & _
" " & _
" " & _
" " & _
" " & _
" " & _
" 1" & _
" 10" & _
" OR" & _
" " & _
" " & _
" CONFNAME" & _
" STARTTIME" & _
" " & _
" " & _
" " & _
""
'' -- Post the XML
Dim xmlPost, strStatus, strResponse
Set xmlPost = Server.CreateObject("Microsoft.XMLHTTP") ' Create the object
xmlPost.open "POST", strURI, False
xmlPost.setRequestHeader "Content-Type", "text/xml" ' Set header information
xmlPost.send strXML ' Send the XML
strStatus = xmlPost.Status ' Get the status
strResponse = xmlPost.responseText ' Get the response message
Set xmlPost = Nothing ' House cleaning
'' -- Print the XML response.
Response.Write(strResponse)
%><%
'----------------------------------------------------------------------
' lstSummaryMeeting.asp
'
' This example page uses ASP 3.0 to HTTP POST a WebEx XML request
' function which queries for a user's meetings.
'
' This page should be ran on a server that supports ASP
'
' Author: Peter Verwayen, peterv@webex.com
' Date: 11/11/04
'
'----------------------------------------------------------------------
'' -- Site Config
Dim strHost, strURI, strSID, strPID, strUser, strPass
strHost = "SITE.webex.com"
strURI = "http://" & strHost & "/WBXService/XMLService"
strSID = "SITE ID HERE"
strPID = "PARTNER ID HERE"
strUser = "USERNAME HERE"
strPass = "PASSWORD HERE"
'' -- Create the XML message
Dim strXML
strXML = "" & _
"" & _
" " & _
" " & _
" " & strUser & "" & _
" " & strPass & "" & _
" " & strSID &"" & _
" " & strPID & "" & _
" " & _
" " & _
" " & _
" " & _
" " & _
" 1" & _
" 10" & _
" OR" & _
" " & _
" " & _
" CONFNAME" & _
" STARTTIME" & _
" " & _
" " & _
" " & _
""
'' -- Post the XML
Dim xmlPost, strStatus, strResponse
Set xmlPost = Server.CreateObject("Microsoft.XMLHTTP") ' Create the object
xmlPost.open "POST", strURI, False
xmlPost.setRequestHeader "Content-Type", "text/xml" ' Set header information
xmlPost.send strXML ' Send the XML
strStatus = xmlPost.Status ' Get the status
strResponse = xmlPost.responseText ' Get the response message
Set xmlPost = Nothing ' House cleaning
'' -- Print the XML response.
Response.Write(strResponse)
%><%
'----------------------------------------------------------------------
' lstSummaryMeeting.asp
'
' This example page uses ASP 3.0 to HTTP POST a WebEx XML request
' function which queries for a user's meetings.
'
' This page should be ran on a server that supports ASP
'
' Author: Peter Verwayen, peterv@webex.com
' Date: 11/11/04
'
'----------------------------------------------------------------------
'' -- Site Config
Dim strHost, strURI, strSID, strPID, strUser, strPass
strHost = "SITE.webex.com"
strURI = "http://" & strHost & "/WBXService/XMLService"
strSID = "SITE ID HERE"
strPID = "PARTNER ID HERE"
strUser = "USERNAME HERE"
strPass = "PASSWORD HERE"
'' -- Create the XML message
Dim strXML
strXML = "" & _
"" & _
" " & _
" " & _
" " & strUser & "" & _
" " & strPass & "" & _
" " & strSID &"" & _
" " & strPID & "" & _
" " & _
" " & _
" " & _
" " & _
" " & _
" 1" & _
" 10" & _
" OR" & _
" " & _
" " & _
" CONFNAME" & _
" STARTTIME" & _
" " & _
" " & _
" " & _
""
'' -- Post the XML
Dim xmlPost, strStatus, strResponse
Set xmlPost = Server.CreateObject("Microsoft.XMLHTTP") ' Create the object
xmlPost.open "POST", strURI, False
xmlPost.setRequestHeader "Content-Type", "text/xml" ' Set header information
xmlPost.send strXML ' Send the XML
strStatus = xmlPost.Status ' Get the status
strResponse = xmlPost.responseText ' Get the response message
Set xmlPost = Nothing ' House cleaning
'' -- Print the XML response.
Response.Write(strResponse)
%><%
'----------------------------------------------------------------------
' lstSummaryMeeting.asp
'
' This example page uses ASP 3.0 to HTTP POST a WebEx XML request
' function which queries for a user's meetings.
'
' This page should be ran on a server that supports ASP
'
' Author: Peter Verwayen, peterv@webex.com
' Date: 11/11/04
'
'----------------------------------------------------------------------
'' -- Site Config
Dim strHost, strURI, strSID, strPID, strUser, strPass
strHost = "SITE.webex.com"
strURI = "http://" & strHost & "/WBXService/XMLService"
strSID = "SITE ID HERE"
strPID = "PARTNER ID HERE"
strUser = "USERNAME HERE"
strPass = "PASSWORD HERE"
'' -- Create the XML message
Dim strXML
strXML = "" & _
"" & _
" " & _
" " & _
" " & strUser & "" & _
" " & strPass & "" & _
" " & strSID &"" & _
" " & strPID & "" & _
" " & _
" " & _
" " & _
" " & _
" " & _
" 1" & _
" 10" & _
" OR" & _
" " & _
" " & _
" CONFNAME" & _
" STARTTIME" & _
" " & _
" " & _
" " & _
""
'' -- Post the XML
Dim xmlPost, strStatus, strResponse
Set xmlPost = Server.CreateObject("Microsoft.XMLHTTP") ' Create the object
xmlPost.open "POST", strURI, False
xmlPost.setRequestHeader "Content-Type", "text/xml" ' Set header information
xmlPost.send strXML ' Send the XML
strStatus = xmlPost.Status ' Get the status
strResponse = xmlPost.responseText ' Get the response message
Set xmlPost = Nothing ' House cleaning
'' -- Print the XML response.
Response.Write(strResponse)
%><%
'----------------------------------------------------------------------
' lstSummaryMeeting.asp
'
' This example page uses ASP 3.0 to HTTP POST a WebEx XML request
' function which queries for a user's meetings.
'
' This page should be ran on a server that supports ASP
'
' Author: Peter Verwayen, peterv@webex.com
' Date: 11/11/04
'
'----------------------------------------------------------------------
'' -- Site Config
Dim strHost, strURI, strSID, strPID, strUser, strPass
strHost = "SITE.webex.com"
strURI = "http://" & strHost & "/WBXService/XMLService"
strSID = "SITE ID HERE"
strPID = "PARTNER ID HERE"
strUser = "USERNAME HERE"
strPass = "PASSWORD HERE"
'' -- Create the XML message
Dim strXML
strXML = "" & _
"" & _
" " & _
" " & _
" " & strUser & "" & _
" " & strPass & "" & _
" " & strSID &"" & _
" " & strPID & "" & _
" " & _
" " & _
" " & _
" " & _
" " & _
" 1" & _
" 10" & _
" OR" & _
" " & _
" " & _
" CONFNAME" & _
" STARTTIME" & _
" " & _
" " & _
" " & _
""
'' -- Post the XML
Dim xmlPost, strStatus, strResponse
Set xmlPost = Server.CreateObject("Microsoft.XMLHTTP") ' Create the object
xmlPost.open "POST", strURI, False
xmlPost.setRequestHeader "Content-Type", "text/xml" ' Set header information
xmlPost.send strXML ' Send the XML
strStatus = xmlPost.Status ' Get the status
strResponse = xmlPost.responseText ' Get the response message
Set xmlPost = Nothing ' House cleaning
'' -- Print the XML response.
Response.Write(strResponse)
%><%
'----------------------------------------------------------------------
' lstSummaryMeeting.asp
'
' This example page uses ASP 3.0 to HTTP POST a WebEx XML request
' function which queries for a user's meetings.
'
' This page should be ran on a server that supports ASP
'
' Author: Peter Verwayen, peterv@webex.com
' Date: 11/11/04
'
'----------------------------------------------------------------------
'' -- Site Config
Dim strHost, strURI, strSID, strPID, strUser, strPass
strHost = "SITE.webex.com"
strURI = "http://" & strHost & "/WBXService/XMLService"
strSID = "SITE ID HERE"
strPID = "PARTNER ID HERE"
strUser = "USERNAME HERE"
strPass = "PASSWORD HERE"
'' -- Create the XML message
Dim strXML
strXML = "" & _
"" & _
" " & _
" " & _
" " & strUser & "" & _
" " & strPass & "" & _
" " & strSID &"" & _
" " & strPID & "" & _
" " & _
" " & _
" " & _
" " & _
" " & _
" 1" & _
" 10" & _
" OR" & _
" " & _
" " & _
" CONFNAME" & _
" STARTTIME" & _
" " & _
" " & _
" " & _
""
'' -- Post the XML
Dim xmlPost, strStatus, strResponse
Set xmlPost = Server.CreateObject("Microsoft.XMLHTTP") ' Create the object
xmlPost.open "POST", strURI, False
xmlPost.setRequestHeader "Content-Type", "text/xml" ' Set header information
xmlPost.send strXML ' Send the XML
strStatus = xmlPost.Status ' Get the status
strResponse = xmlPost.responseText ' Get the response message
Set xmlPost = Nothing ' House cleaning
'' -- Print the XML response.
Response.Write(strResponse)
%><%
'----------------------------------------------------------------------
' lstSummaryMeeting.asp
'
' This example page uses ASP 3.0 to HTTP POST a WebEx XML request
' function which queries for a user's meetings.
'
' This page should be ran on a server that supports ASP
'
' Author: Peter Verwayen, peterv@webex.com
' Date: 11/11/04
'
'----------------------------------------------------------------------
'' -- Site Config
Dim strHost, strURI, strSID, strPID, strUser, strPass
strHost = "SITE.webex.com"
strURI = "http://" & strHost & "/WBXService/XMLService"
strSID = "SITE ID HERE"
strPID = "PARTNER ID HERE"
strUser = "USERNAME HERE"
strPass = "PASSWORD HERE"
'' -- Create the XML message
Dim strXML
strXML = "" & _
"" & _
" " & _
" " & _
" " & strUser & "" & _
" " & strPass & "" & _
" " & strSID &"" & _
" " & strPID & "" & _
" " & _
" " & _
" " & _
" " & _
" " & _
" 1" & _
" 10" & _
" OR" & _
" " & _
" " & _
" CONFNAME" & _
" STARTTIME" & _
" " & _
" " & _
" " & _
""
'' -- Post the XML
Dim xmlPost, strStatus, strResponse
Set xmlPost = Server.CreateObject("Microsoft.XMLHTTP") ' Create the object
xmlPost.open "POST", strURI, False
xmlPost.setRequestHeader "Content-Type", "text/xml" ' Set header information
xmlPost.send strXML ' Send the XML
strStatus = xmlPost.Status ' Get the status
strResponse = xmlPost.responseText ' Get the response message
Set xmlPost = Nothing ' House cleaning
'' -- Print the XML response.
Response.Write(strResponse)
%><%
'----------------------------------------------------------------------
' lstSummaryMeeting.asp
'
' This example page uses ASP 3.0 to HTTP POST a WebEx XML request
' function which queries for a user's meetings.
'
' This page should be ran on a server that supports ASP
'
' Author: Peter Verwayen, peterv@webex.com
' Date: 11/11/04
'
'----------------------------------------------------------------------
'' -- Site Config
Dim strHost, strURI, strSID, strPID, strUser, strPass
strHost = "SITE.webex.com"
strURI = "http://" & strHost & "/WBXService/XMLService"
strSID = "SITE ID HERE"
strPID = "PARTNER ID HERE"
strUser = "USERNAME HERE"
strPass = "PASSWORD HERE"
'' -- Create the XML message
Dim strXML
strXML = "" & _
"" & _
" " & _
" " & _
" " & strUser & "" & _
" " & strPass & "" & _
" " & strSID &"" & _
" " & strPID & "" & _
" " & _
" " & _
" " & _
" " & _
" " & _
" 1" & _
" 10" & _
" OR" & _
" " & _
" " & _
" CONFNAME" & _
" STARTTIME" & _
" " & _
" " & _
" " & _
""
'' -- Post the XML
Dim xmlPost, strStatus, strResponse
Set xmlPost = Server.CreateObject("Microsoft.XMLHTTP") ' Create the object
xmlPost.open "POST", strURI, False
xmlPost.setRequestHeader "Content-Type", "text/xml" ' Set header information
xmlPost.send strXML ' Send the XML
strStatus = xmlPost.Status ' Get the status
strResponse = xmlPost.responseText ' Get the response message
Set xmlPost = Nothing ' House cleaning
'' -- Print the XML response.
Response.Write(strResponse)
%><%
'----------------------------------------------------------------------
' lstSummaryMeeting.asp
'
' This example page uses ASP 3.0 to HTTP POST a WebEx XML request
' function which queries for a user's meetings.
'
' This page should be ran on a server that supports ASP
'
' Author: Peter Verwayen, peterv@webex.com
' Date: 11/11/04
'
'----------------------------------------------------------------------
'' -- Site Config
Dim strHost, strURI, strSID, strPID, strUser, strPass
strHost = "SITE.webex.com"
strURI = "http://" & strHost & "/WBXService/XMLService"
strSID = "SITE ID HERE"
strPID = "PARTNER ID HERE"
strUser = "USERNAME HERE"
strPass = "PASSWORD HERE"
'' -- Create the XML message
Dim strXML
strXML = "" & _
"" & _
" " & _
" " & _
" " & strUser & "" & _
" " & strPass & "" & _
" " & strSID &"" & _
" " & strPID & "" & _
" " & _
" " & _
" " & _
" " & _
" " & _
" 1" & _
" 10" & _
" OR" & _
" " & _
" " & _
" CONFNAME" & _
" STARTTIME" & _
" " & _
" " & _
" " & _
""
'' -- Post the XML
Dim xmlPost, strStatus, strResponse
Set xmlPost = Server.CreateObject("Microsoft.XMLHTTP") ' Create the object
xmlPost.open "POST", strURI, False
xmlPost.setRequestHeader "Content-Type", "text/xml" ' Set header information
xmlPost.send strXML ' Send the XML
strStatus = xmlPost.Status ' Get the status
strResponse = xmlPost.responseText ' Get the response message
Set xmlPost = Nothing ' House cleaning
'' -- Print the XML response.
Response.Write(strResponse)
%><%
'----------------------------------------------------------------------
' lstSummaryMeeting.asp
'
' This example page uses ASP 3.0 to HTTP POST a WebEx XML request
' function which queries for a user's meetings.
'
' This page should be ran on a server that supports ASP
'
' Author: Peter Verwayen, peterv@webex.com
' Date: 11/11/04
'
'----------------------------------------------------------------------
'' -- Site Config
Dim strHost, strURI, strSID, strPID, strUser, strPass
strHost = "SITE.webex.com"
strURI = "http://" & strHost & "/WBXService/XMLService"
strSID = "SITE ID HERE"
strPID = "PARTNER ID HERE"
strUser = "USERNAME HERE"
strPass = "PASSWORD HERE"
'' -- Create the XML message
Dim strXML
strXML = "" & _
"" & _
" " & _
" " & _
" " & strUser & "" & _
" " & strPass & "" & _
" " & strSID &"" & _
" " & strPID & "" & _
" " & _
" " & _
" " & _
" " & _
" " & _
" 1" & _
" 10" & _
" OR" & _
" " & _
" " & _
" CONFNAME" & _
" STARTTIME" & _
" " & _
" " & _
" " & _
""
'' -- Post the XML
Dim xmlPost, strStatus, strResponse
Set xmlPost = Server.CreateObject("Microsoft.XMLHTTP") ' Create the object
xmlPost.open "POST", strURI, False
xmlPost.setRequestHeader "Content-Type", "text/xml" ' Set header information
xmlPost.send strXML ' Send the XML
strStatus = xmlPost.Status ' Get the status
strResponse = xmlPost.responseText ' Get the response message
Set xmlPost = Nothing ' House cleaning
'' -- Print the XML response.
Response.Write(strResponse)
%><%
'----------------------------------------------------------------------
' lstSummaryMeeting.asp
'
' This example page uses ASP 3.0 to HTTP POST a WebEx XML request
' function which queries for a user's meetings.
'
' This page should be ran on a server that supports ASP
'
' Author: Peter Verwayen, peterv@webex.com
' Date: 11/11/04
'
'----------------------------------------------------------------------
'' -- Site Config
Dim strHost, strURI, strSID, strPID, strUser, strPass
strHost = "SITE.webex.com"
strURI = "http://" & strHost & "/WBXService/XMLService"
strSID = "SITE ID HERE"
strPID = "PARTNER ID HERE"
strUser = "USERNAME HERE"
strPass = "PASSWORD HERE"
'' -- Create the XML message
Dim strXML
strXML = "" & _
"" & _
" " & _
" " & _
" " & strUser & "" & _
" " & strPass & "" & _
" " & strSID &"" & _
" " & strPID & "" & _
" " & _
" " & _
" " & _
" " & _
" " & _
" 1" & _
" 10" & _
" OR" & _
" " & _
" " & _
" CONFNAME" & _
" STARTTIME" & _
" " & _
" " & _
" " & _
""
'' -- Post the XML
Dim xmlPost, strStatus, strResponse
Set xmlPost = Server.CreateObject("Microsoft.XMLHTTP") ' Create the object
xmlPost.open "POST", strURI, False
xmlPost.setRequestHeader "Content-Type", "text/xml" ' Set header information
xmlPost.send strXML ' Send the XML
strStatus = xmlPost.Status ' Get the status
strResponse = xmlPost.responseText ' Get the response message
Set xmlPost = Nothing ' House cleaning
'' -- Print the XML response.
Response.Write(strResponse)
%><%
'----------------------------------------------------------------------
' lstSummaryMeeting.asp
'
' This example page uses ASP 3.0 to HTTP POST a WebEx XML request
' function which queries for a user's meetings.
'
' This page should be ran on a server that supports ASP
'
' Author: Peter Verwayen, peterv@webex.com
' Date: 11/11/04
'
'----------------------------------------------------------------------
'' -- Site Config
Dim strHost, strURI, strSID, strPID, strUser, strPass
strHost = "SITE.webex.com"
strURI = "http://" & strHost & "/WBXService/XMLService"
strSID = "SITE ID HERE"
strPID = "PARTNER ID HERE"
strUser = "USERNAME HERE"
strPass = "PASSWORD HERE"
'' -- Create the XML message
Dim strXML
strXML = "" & _
"" & _
" " & _
" " & _
" " & strUser & "" & _
" " & strPass & "" & _
" " & strSID &"" & _
" " & strPID & "" & _
" " & _
" " & _
" " & _
" " & _
" " & _
" 1" & _
" 10" & _
" OR" & _
" " & _
" " & _
" CONFNAME" & _
" STARTTIME" & _
" " & _
" " & _
" " & _
""
'' -- Post the XML
Dim xmlPost, strStatus, strResponse
Set xmlPost = Server.CreateObject("Microsoft.XMLHTTP") ' Create the object
xmlPost.open "POST", strURI, False
xmlPost.setRequestHeader "Content-Type", "text/xml" ' Set header information
xmlPost.send strXML ' Send the XML
strStatus = xmlPost.Status ' Get the status
strResponse = xmlPost.responseText ' Get the response message
Set xmlPost = Nothing ' House cleaning
'' -- Print the XML response.
Response.Write(strResponse)
%>